home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / Xcl-inverted-dark / gtk-2.0 / gtkrc
Text File  |  2009-01-08  |  18KB  |  627 lines

  1. # List of valid icon-sizes
  2. # GTK_ICON_SIZE_
  3. #        INVALID
  4. #        MENU
  5. #        SMALL_TOOLBAR
  6. #        LARGE_TOOLBAR
  7. #        BUTTON
  8. #        DND
  9. #        DIALOG
  10.  
  11. # List of valid relief-styles
  12. # GTK_RELIEF_
  13. #        NORMAL
  14. #        HALF
  15. #        NONE
  16.  
  17. # List of valid shadow-types
  18. # GTK_SHADOW_
  19. #        NONE
  20. #        IN
  21. #        OUT
  22. #        ETCHED_IN
  23. #        ETCHED_OUT
  24.  
  25. # List of valid toolbar-styles
  26. # GTK_TOOLBAR_
  27. #        ICONS
  28. #        TEXT
  29. #        BOTH
  30. #        BOTH_HORIZ
  31.  
  32. # List of valid treeview-grid-line-styles
  33. # GTK_TREE_VIEW_GRID_LINES_
  34. #                NONE
  35. #                HORIZONTAL
  36. #                VERTICAL
  37. #                BOTH
  38.  
  39. # List of valid toolbar-spacer-styles
  40. # GTK_TOOLBAR_SPACE_
  41. #                       EMPTY
  42. #                       LINE
  43.  
  44. # Default Colors
  45. gtk_color_scheme = "fg_color:#D4D4D4\
  46. bg_color:#4E4E4E\
  47. base_color:#656565\
  48. text_color:#D4D4D4\
  49. selected_bg_color:#2B79B3\
  50. selected_fg_color:#ffffff\
  51. odd_color:#A9A9A9\
  52. even_color:#828282\
  53. cursor_color:#26B351\
  54. secondary_cursor_color:#FFDC38\
  55. link_color:#5FBBFF\
  56. active_link_color:#F4FF00\
  57. visited_link_color:#FF00AC\
  58. error_underline_color:#F5522A\
  59. iconview_selection_box_color:#FFDF48\
  60. spell_error_color:#FBB830\
  61. galeon_secure_color:#2BA731\
  62. aisleriot_selection_color:#35B7F6\
  63. current_match_color:#F7BE1A\
  64. all_matches_color:#798FE4\
  65. ephy_secure_bg_color:#64B728\
  66. ephy_secure_fg_color:#ECF1E9\
  67. nautilus_selection_box_color:#FFFFFF\
  68. nautilus_dark_info_color:#000000\
  69. nautilus_light_info_color:#FFFFFF\
  70. nautilus_icon_prelight_color:#38C3FE\
  71. cited_color:#00B9FF"
  72.  
  73. # PopUp Delay
  74. gtk-menu-popup-delay = 0
  75.  
  76. # Icon Sizes
  77. gtk-icon-sizes = "panel=16,16 :\
  78. gtk-menu=16,16 :\
  79. gtk-button=16,16 :\
  80. gtk-small-toolbar=16,16 :\
  81. gtk-large-toolbar=16,16 :\
  82. gtk-dialog=16,16 :\
  83. gtk-dnd=16,16 :\
  84. panel-menu=16,16"
  85.  
  86. # Button Icons
  87. gtk-button-images = 0
  88.  
  89. style "excelsior-default"
  90. {
  91.  
  92.   # == BonoboUiToolbar ==
  93.   BonoboUiToolbar::shadow_type = GTK_SHADOW_OUT
  94.  
  95.   # == EelAlertDialog ==
  96.   EelAlertDialog::alert_border = 3
  97.  
  98.   # == EphyLocationEntry ==
  99.   EphyLocationEntry::secure-bg-color = @ephy_secure_bg_color
  100.   EphyLocationEntry::secure-fg-color = @ephy_secure_fg_color
  101.  
  102.   # == EggFindBar ==
  103.   EggFindBar::all_matches_color = @all_matches_color
  104.   EggFindBar::current_match_color = @current_match_color
  105.  
  106.   # == EExpander ==
  107.   EExpander::expander-size = 4
  108.   EExpander::expander-spacing = 2
  109.  
  110.   # == ETree ==
  111.   ETree::expander_size = 4
  112.   ETree::retro_look = 1
  113.  
  114.   # == GdmUserMenuItem ==
  115.   GdmUserMenuItem::indicator-size = 10
  116.   GdmUserMenuItem::indicator-spacing = 2
  117.  
  118.   # == GimpColorNotebook ==
  119.   GimpColorNotebook::tab-border = 0
  120.   GimpColorNotebook::tab-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
  121.  
  122.   # == GimpDataEditor ==
  123.   GimpDataEditor::minimal-height = 50
  124.  
  125.   # == GimpDock ==
  126.   GimpDock::default-height = 175
  127.  
  128.   # == GimpDockSeparator ==
  129.   GimpDockSeparator::height = 4
  130.  
  131.   # == GimpDockable ==
  132.   GimpDockable::content-border = 0
  133.  
  134.   # == GimpDocbook ==
  135.   GimpDocbook::tab-border = 0
  136.   GimpDocbook::tab-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
  137.  
  138.   # == GimpEditor ==
  139.   GimpEditor::button-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
  140.   GimpEditor::button-relief = GTK_RELIEF_NONE
  141.   GimpEditor::button-spacing = 1
  142.   GimpEditor::content-spacing = 1
  143.  
  144.   # == GimpFrame ==
  145.   GimpFrame::label-bold = TRUE
  146.   GimpFrame::label-spacing = 2
  147.  
  148.   # == GimpMenuDock ==
  149.   GimpMenuDock::menu-preview-size = GTK_ICON_SIZE_SMALL_TOOLBAR
  150.   GimpMenuDock::minimal-width = 150
  151.  
  152.   # == GimpPreview ==
  153.   GimpPreview::size = 400
  154.  
  155.   # == GimpScaleComboBox ==
  156.   GimpScaleComboBox::label-scale = 0
  157.  
  158.   # == GimpToolbox ==
  159.   GimpToolbox::button-relief = GTK_RELIEF_NONE
  160.   GimpToolbox::tool-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
  161.  
  162.   # == GimpUnitComboBox ==
  163.   GimpUnitComboBox::label-scale = 0
  164.  
  165.   # == AisleriotBoard ==
  166.   AisleriotBoard::selection-color = @aisleriot_selection_color
  167.  
  168.   # == GaleonLocationEntry ==
  169.   GaleonLocationEntry::secure-color = @galeon_secure_color
  170.  
  171.   # == GamesFrame ==
  172.   GamesFrame::label-bold = TRUE
  173.   GamesFrame::label-spacing = 2
  174.  
  175.   # == GnomeHref ==
  176.   GnomeHref::link_color = @link_color
  177.  
  178.   # == GtkArrow ==
  179.   GtkArrow::arrow-scaling = 1.0
  180.  
  181.   # == GtkAssistant ==
  182.   GtkAssistant::content-padding = 0
  183.   GtkAssistant::header-padding = 4
  184.  
  185.   # == GtkButton ==
  186.   GtkButton::child-displacement-y = 0
  187.   GtkButton::child-displacement-y = 1
  188.   GtkButton::default-border = { 0, 0, 0, 0 }
  189.   GtkButton::default-outside-border = { 0, 0, 0, 0 }
  190.   GtkButton::displace-focus = 0
  191.   GtkButton::image-spacing = 1
  192.   GtkButton::inner-border = { 0, 0, 0, 0 }
  193.  
  194.   # == GtkButtonBox ==
  195.   GtkButtonBox::child-internal-pad-x = 1
  196.   GtkButtonBox::child-internal-pad-y = 1
  197.   GtkButtonBox::child-min-height = 20
  198.   GtkButtonBox::child-min-width = 20
  199.  
  200.   # == GtkCheckButton ==
  201.   GtkCheckButton::indicator-size = 13
  202.   GtkCheckButton::indicator-spacing = 2
  203.  
  204.   # == GtkCheckMenuItem ==
  205.   GtkCheckMenuItem::indicator-size = 12
  206.  
  207.   # == GtkComboBox ==
  208.   GtkComboBox::appears-as-list = 0
  209.   GtkComboBox::arrow-size = 16
  210.   GtkComboBox::shadow-type = GTK_SHADOW_NONE
  211.  
  212.   # == GtkContainer ==
  213.   GtkContainer::border-with = 0
  214.  
  215.   # == GtkDialog ==
  216.   GtkDialog::action-area-border = 2
  217.   GtkDialog::button-spacing = 2
  218.   GtkDialog::content-area-border = 2
  219.  
  220.   # == GtkEntry ==
  221.   GtkEntry::inner-border = { 0, 0, 0, 0 }
  222.   GtkEntry::cursor_color = @cursor_color
  223.  
  224.   # == GtkExpander ==
  225.   GtkExpander::expander-size = 10
  226.   GtkExpander::expander-spacing = 2
  227.  
  228.   # == GtkHTML ==
  229.   GtkHTML::spell_error_color = @spell_error_color
  230.   GtkHTML::alink-color = @active_link_color
  231.   GtkHTML::cited-color = @cited_color
  232.   GtkHTML::link-color = @link_color
  233.   GtkHTML::vlink_color = @visited_link_color
  234.  
  235.   # == GtkIconView ==
  236.   GtkIconView::selection-box-alpha = 0x40
  237.   GtkIconView::selection-box-color = @iconview_selection_box_color
  238.  
  239.   # == GtkMenu ==
  240.   GtkMenu::double-arrows = 0
  241.   GtkMenu::horizontal-offset = -1
  242.   GtkMenu::horizontal-padding = 0
  243.   GtkMenu::vertical-offset = 0
  244.   GtkMenu::vertical-padding = 0
  245.  
  246.   # == GtkMenuBar ==
  247.   GtkMenuBar::internal-padding = 2
  248.   GtkMenuBar::shadow-type = GTK_SHADOW_OUT
  249.  
  250.   # == GtkMenuItem ==
  251.   GtkMenuItem::arrow-scaling = 1.0
  252.   GtkMenuItem::arrow-spacing = 2
  253.   GtkMenuItem::horizontal-padding = 2
  254.   GtkMenuItem::selected-shadow-type = GTK_SHADOW_NONE
  255.   GtkMenuItem::toggle-spacing = 2
  256.   GtkMenuItem::width-chars = 6
  257.  
  258.   # == GtkMessageDialog ==
  259.   GtkMessageDialog::message-border = 4
  260.   GtkMessageDialog::use-separator = 0
  261.  
  262.   # == GtkNotebook ==
  263.   GtkNotebook::arrow-spacing = 0
  264.   GtkNotebook::has-backward-stepper = 0
  265.   GtkNotebook::has-forward-stepper = 0
  266.   GtkNotebook::has-secondary-backward-stepper = 0
  267.   GtkNotebook::has-secondary-forward-stepper = 0
  268.   GtkNotebook::tab-curvature = 0
  269.   GtkNotebook::tab-overlap = 3
  270.   GtkNotebook::tab-border = 0
  271.   GtkNotebook::tab-hborder = 0
  272.   GtkNotebook::tab-vborder = 0
  273.   GtkNotebook::show-border = 0
  274.   GtkNotebook::gtk-button-images = 0
  275.   GtkNotebook::gtk-menu-images = 0
  276.  
  277.   # == GtkOptionMenu ==
  278.   GtkOptionMenu::indicator-size = { 7, 13 }
  279.   GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 }
  280.  
  281.   # == GtkPaned ==
  282.   GtkPaned::handle-size = 4
  283.  
  284.   # == GtkProgressBar ==
  285.   GtkProgressBar::min-horizontal-bar-height = 18
  286.   GtkProgressBar::min-horizontal-bar-width = 50
  287.   GtkProgressBar::min-vertical-bar-height = 50
  288.   GtkProgressBar::min-vertical-bar-width = 18
  289.   GtkProgressBar::xspacing = 0
  290.   GtkProgressBar::yspacing = 0
  291.  
  292.   # == GtkRange ==
  293.   GtkRange::activate-slider = 1
  294.   GtkRange::arrow-displacement-x = 0
  295.   GtkRange::arrow-displacement-y = 0
  296.   GtkRange::arrow-scaling = 1.0
  297.   GtkRange::slider-width = 12
  298.   GtkRange::stepper-size = 12
  299.   GtkRange::stepper-spacing = 0
  300.   GtkRange::trough-border = 0
  301.   GtkRange::trough-side-details = 0
  302.   GtkRange::trough-under-steppers = 0
  303.  
  304.   # == GtkScale ==
  305.   GtkScale::slider-length = 30
  306.   GtkScale::value-spacing = 2
  307.  
  308.   # == GtkScrollbar ==
  309.   GtkScrollbar::fixed-slider-length = 0
  310.   GtkScrollbar::has-backward-stepper = 0
  311.   GtkScrollbar::has-forward-stepper = 1
  312.   GtkScrollbar::has-secondary-backward-stepper = 1
  313.   GtkScrollbar::has-secondary-forward-stepper = 0
  314.   GtkScrollbar::min-slider-length = 25
  315.   GtkScrollbar::slider_width = 12
  316.  
  317.   # == GtkScrolledWindow ==
  318.   GtkScrolledWindow::scrollbar-spacing = 0
  319.   GtkScrolledWindow::scrollbars-within-bevel = 0
  320.  
  321.   # == GtkSpinButton ==
  322.   GtkSpinButton::shadow_type = GTK_SHADOW_OUT
  323.  
  324.   # == GtkStatusBar ==
  325.   GtkStatusbar::shadow_type = GTK_SHADOW_NONE
  326.  
  327.   # == GtkTextView ==
  328.   GtkTextView::error-underline-color = @error_underline_color
  329.  
  330.   # == GtkToolButton ==
  331.   GtkToolButton::icon-spacing = 1
  332.  
  333.   # == GtkToolbar ==
  334.   GtkToolbar::button-relief = GTK_RELIEF_NONE
  335.   GtkToolbar::internal-padding = 1
  336.   GtkToolbar::max-child-expand = 10000
  337.   GtkToolbar::shadow_type = GTK_SHADOW_OUT
  338.   GtkToolbar::space-size = 1
  339.   GtkToolbar::space-style = GTK_TOOLBAR_SPACE_EMTPY
  340.  
  341.   # == GtkTreeView ==
  342.   GtkTreeView::allow-rules = 1
  343.   GtkTreeView::even-row-color = @even_color
  344.   GtkTreeView::expander-size = 10
  345.   GtkTreeView::grid-line-pattern = "\2\1\1\2"
  346.   GtkTreeView::grid-line-width = 1
  347.   GtkTreeView::horizontal-separator = 1
  348.   GtkTreeView::indent-expanders = 0
  349.   GtkTreeView::odd-row-color = @odd_color
  350.   GtkTreeView::row-ending-details = 0
  351.   GtkTreeView::tree-line-pattern = "\2\1\1\2"
  352.   GtkTreeView::tree-line-width = 1
  353.   GtkTreeView::vertical-separator = 1
  354.  
  355.   # == GtkWidget ==
  356.   GtkWidget::cursor-aspect-ratio = 0.055
  357.   GtkWidget::cursor-color = @cursor_color
  358.   GtkWidget::draw-border = { 0, 0, 0, 0 }
  359.   GtkWidget::focus-line-pattern = "\1\1"
  360.   GtkWidget::focus-line-width = 0
  361.   GtkWidget::focus-padding = 0
  362.   GtkWidget::interior-focus = 1
  363.   GtkWidget::link-color = @link_color
  364.   GtkWidget::scroll-arrow-hlength = 12
  365.   GtkWidget::scroll-arrow-vlength = 12
  366.   GtkWidget::secondary-cursor-color = @secondary_cursor_color
  367.   GtkWidget::separator-height = 0
  368.   GtkWidget::separator-width = 0
  369.   GtkWidget::visited-link-color = @visited_link_color
  370.   GtkWidget::wide-separators = 0
  371.  
  372.   # == NautilusIconContainer ==
  373.   NautilusIconContainer::activate_prelight_icon_label = 0
  374.   NautilusIconContainer::dark_info_color = @nautilus_dark_info_color
  375.   NautilusIconContainer::frame_text = 0
  376.   NautilusIconContainer::highlight_alpha = 120
  377.   NautilusIconContainer::light_info_color = @nautilus_light_info_color
  378.   NautilusIconContainer::normal_alpha = 0
  379.   NautilusIconContainer::normal_icon_brightness = 255
  380.   NautilusIconContainer::normal_icon_color = @selected_bg_color
  381.   NautilusIconContainer::normal_icon_lighten = 0
  382.   NautilusIconContainer::normal_icon_render_mode = 0
  383.   NautilusIconContainer::normal_icon_saturation = 255
  384.   NautilusIconContainer::prelight_alpha = 145
  385.   NautilusIconContainer::prelight_icon_brightness = 255
  386.   NautilusIconContainer::prelight_icon_color = @nautilus_icon_prelight_color
  387.   NautilusIconContainer::prelight_icon_lighten = 0
  388.   NautilusIconContainer::prelight_icon_render_mode = 2
  389.   NautilusIconContainer::prelight_icon_saturation = 255
  390.   NautilusIconContainer::selection_box_alpha = 127
  391.   NautilusIconContainer::selection_box_color = @nautilus_selection_box_color
  392.  
  393.   # == WnckTasklist ==
  394.   WnckTasklist::fade-loop-time = 5.0
  395.   WnckTasklist::fade-max-loops = 7
  396.   WnckTasklist::fade-opacity = 0.7
  397.   WcnkTasklist::fade-overlay-rect = 0
  398.  
  399.   # == General ==
  400.   xthickness = 0
  401.   ythickness = 0
  402.  
  403.   fg[NORMAL]              =  @fg_color
  404.   fg[ACTIVE]              =  @fg_color
  405.   fg[PRELIGHT]            =  @fg_color
  406.   fg[SELECTED]            =  @selected_fg_color
  407.   fg[INSENSITIVE]         =  @selected_fg_color
  408.  
  409.   bg[NORMAL]              =  @bg_color
  410.   bg[ACTIVE]              =  shade (1.025,@bg_color)
  411.   bg[PRELIGHT]            =  shade (1.10,@bg_color)
  412.   bg[SELECTED]            =  @selected_bg_color
  413.   bg[INSENSITIVE]         =  shade (1.025,@bg_color)
  414.  
  415.   base[NORMAL]            =  @base_color
  416.   base[ACTIVE]            =  shade (0.65,@base_color)
  417.   base[PRELIGHT]          =  @base_color
  418.   base[SELECTED]          =  @selected_bg_color
  419.   base[INSENSITIVE]       =  shade (1.025,@bg_color)
  420.  
  421.   text[NORMAL]            =  @text_color
  422.   text[ACTIVE]            =  shade (0.65,@text_color)
  423.   text[PRELIGHT]          =  @text_color
  424.   text[SELECTED]          =  @selected_fg_color
  425.   text[INSENSITIVE]       =  shade (1.70,@bg_color)
  426.  
  427.   engine "excelsior"
  428.   {
  429.     style               = INVERTED
  430.     animation        = TRUE # En/Disable Animations
  431.     contrast        = 1.0 # General Widget Contrast
  432.     radius        = 1.2 # General Widget Roundness
  433.     menubarstyle          = 1 # Menubarstyle 0 = Gummy; 1 = Glossy
  434.     toolbarstyle    = 1 # Toolbarstyle 0 = Gummy; 1 = Glossy
  435.     scrollbarstyle    = 0 # Scrollbarstyle 0 = Striped; 1 = Arrowed; 2 = Plain
  436.     progbar_style    = 1 # Progressbarstyle 0 = Striped; 1 = Arrowed; 2 = Plain
  437.     progbar_to_left    = 1 # Animationdirection of the Progressbar 0 = left -> right; 1 = right -> left
  438.     random_effect       = 1 # Draw randomly generated stuff on buttons and tabs 0 = no; 1 = stripes; 2 = bubble
  439.     random_opacity      = 0.4 # The Opacity of the Stripes
  440.     mw_gradient         = 1 # MainWindow Gradient 0 = Plain ; 1 = horizontal gradient; 2 = diagonal gradient
  441.     aqua_tabs           = 0 # Style of the Tabs 0 = excelsior 1.0+ ; 1 = excelsior 1.0-
  442.     pellucid_scales     = 0 # How to draw Sliders on Scales 0 = opaque 1 = pellucid
  443.     tooltip_style       = 0 # Tooltip-gradient 0 = straight; 1 = curved;
  444.     grip_opacity        = 0.4 # opacity for widget-prelight effects ( value * 2 for active-widget effects)
  445.     grip_style          = 0 # effect on prelighted/active buttons; 0 = border; 1 = grip;  2 = both
  446.     trough_visible      = 1 # scrollbar trough; 0 = invisible; 1 = normal behaviour
  447.     scale_trough_size   = 5 # height of the scale_trough in px
  448.   }
  449. }
  450.  
  451. # Default Settings
  452. style "excelsior-wide" = "excelsior-default"
  453. {
  454.   xthickness = 2
  455.   ythickness = 2
  456. }
  457.  
  458. # Default Settings
  459. style "excelsior-wider" = "excelsior-default"
  460. {
  461.   xthickness = 3
  462.   ythickness = 3
  463. }
  464.  
  465. # GtkButton() Settings
  466. style "excelsior-button" = "excelsior-wider"
  467. {
  468. }
  469.  
  470. # GtkToggleButton() Settings
  471. style "excelsior-toggle-button" = "excelsior-wider"
  472. {
  473. }
  474.  
  475. # GtkRadioButton() Settings
  476. style "excelsior-indicator-radio" = "excelsior-wide"
  477. {
  478. }
  479.  
  480. # GtkCheckButton() Settings
  481. style "excelsior-indicator-check" = "excelsior-wide"
  482. {
  483. }
  484.  
  485. # GtkNotebook() Settings
  486. style "excelsior-notebook" = "excelsior-button"
  487. {
  488. }
  489.  
  490. # GtkTasklist() Settings
  491. style "excelsior-tasklist" = "excelsior-default"
  492. {
  493.   xthickness = 5
  494.   ythickness = 3
  495. }
  496.  
  497. # GtkMenu() Settings
  498. style "excelsior-menu" = "excelsior-default"
  499. {
  500.   xthickness = 2
  501.   ythickness = 2
  502.   fg[PRELIGHT]  = @selected_fg_color
  503. }
  504.  
  505. # GtkMenuBarItem() Settings
  506. style "excelsior-menubar-item" = "excelsior-button"
  507. {
  508.   fg[PRELIGHT]  = @selected_fg_color
  509. }
  510.  
  511. # GtkMenuItem() Settings
  512. style "excelsior-menu-item" = "excelsior-default"
  513. {
  514.   xthickness = 2
  515.   ythickness = 3
  516.   fg[PRELIGHT]  = @selected_fg_color
  517. }
  518.  
  519. # GtkTreeView(), GtkListStore() et cetera Settings
  520. style "excelsior-tree" = "excelsior-default"
  521. {
  522.   xthickness = 2
  523.   ythickness = 2
  524. }
  525.  
  526. # GtkFrame() Settings
  527. style "excelsior-frame-title" = "excelsior-default"
  528. {
  529. }
  530.  
  531. # GtkProgressbar() Settings
  532. style "excelsior-progressbar" = "excelsior-wide"
  533. {
  534.   xthickness = 3
  535.   ythickness = 3
  536.   fg[PRELIGHT]  = @selected_fg_color
  537. }
  538.  
  539. # GtkCombo(), GtkCombobox() et cetera Settings
  540. style "excelsior-combo" = "excelsior-button"
  541. {
  542. }
  543.  
  544. # GtkMenuBar() Settings
  545. style "excelsior-menubar" = "excelsior-default"
  546. {
  547.   fg[PRELIGHT]  = @selected_fg_color
  548. }
  549.  
  550. # GtkScale(), GtkSlider() Settings
  551. style "excelsior-scale" = "excelsior-button"
  552. {
  553.   GtkRange::trough-side-details = 1 #
  554. }
  555.  
  556. # GtkScrollbar() Settings
  557. style "excelsior-scroll" = "excelsior-wider"
  558. {
  559. }
  560.  
  561. # GnomePanel() Settings
  562. style "excelsior-panel" = "excelsior-wider"
  563. {
  564. }
  565.  
  566. # NautilusLocationBar() Settings
  567. style "nautilus-location"
  568. {
  569. }
  570.  
  571. style "evolution-workaround"
  572. {
  573.   engine "excelsior"
  574.   {
  575.     mw_gradient = 0
  576.   }
  577. }
  578.  
  579. widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evolution-workaround"
  580.  
  581. widget "*.nautilus-extra-view-widget" style:highest "nautilus-location"
  582.  
  583. class "GtkProgressBar" style "excelsior-progressbar"
  584. class "GtkWidget"    style "excelsior-default"
  585. class "GtkButton"    style "excelsior-button"
  586. class "GtkScale"     style "excelsior-scale"
  587. class "GtkCombo"     style "excelsior-button"
  588. class "GtkRange"     style "excelsior-wide"
  589. class "GtkFrame"     style "excelsior-wide"
  590. class "GtkSeparator" style "excelsior-wide"
  591. class "GtkMenu"      style "excelsior-menu"
  592. class "GtkEntry"     style "excelsior-wider"
  593. class "GtkScrollbar" style "excelsior-scroll"
  594. class "GtkMenuItem"  style "excelsior-menu-item"
  595. class "GtkRadioButton" style "excelsior-indicator-radio"
  596. class "GtkCheckButton" style "excelsior-indicator-check"
  597. class "GtkToggleButton" style "excelsior-toggle-button"
  598. class "GtkMenuBar" style "excelsior-menubar"
  599.  
  600. widget_class "*GtkNotebook"    style "excelsior-notebook"
  601. widget_class "*GtkNotebook*GtkEventBox"     style "excelsior-notebook"
  602. widget_class "*GtkNotebook*GtkDrawingArea"  style "excelsior-notebook"
  603. widget_class "*GtkNotebook*GtkLayout"       style "excelsior-notebook"
  604.  
  605. widget_class "Panel*" style "excelsior-panel"
  606. widget_class "Panel*GtkButton.*" style "excelsior-panel"
  607. widget_class "Panel*GtkToggleButton.*" style "excelsior-panel"
  608. widget_class "Panel*Menu.*" style "excelsior-panel"
  609. widget_class "Panel*MenuBar.*" style "excelsior-panel"
  610. widget_class "Panel*Applet*" style "excelsior-panel"
  611.  
  612. widget_class "*MenuItem*" style "excelsior-menu-item"
  613. widget_class "*.GtkMenuBar.*MenuItem.*" style "excelsior-menubar-item"
  614.  
  615. widget_class "*.GtkComboBox.GtkButton" style "excelsior-combo"
  616. widget_class "*.GtkCombo.GtkButton"    style "excelsior-combo"
  617. widget_class "*.GtkComboBox.GtkFrame"  style "excelsior-wider"
  618.  
  619. widget_class "*.GtkTreeView.GtkButton" style "excelsior-tree"
  620. widget_class "*.GtkCTree.GtkButton" style "excelsior-tree"
  621. widget_class "*.GtkList.GtkButton" style "excelsior-tree"
  622. widget_class "*.GtkCList.GtkButton" style "excelsior-tree"
  623. widget_class "*.GtkFrame.GtkLabel" style "excelsior-frame-title"
  624.  
  625. widget_class "*.GtkNotebook.*.GtkEventBox" style "excelsior-notebook"
  626. widget_class "*.GtkNotebook.*.GtkViewport" style "excelsior-notebook"
  627.